FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource ValueSet/FHIR Server from package implementation.guide.nhdr#1.0.0 (78 ms)

Package implementation.guide.nhdr
Type ValueSet
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=http://example.org/fhir/ValueSet/ImmunizationStatus
Url http://example.org/fhir/ValueSet/ImmunizationStatus
Version 1.0.0
Status draft
Date 2024-11-28
Name ImmunizationStatus
Title Immunization Status Value Set
Experimental False
Description A value set representing the status of immunization.

Resources that use this resource

StructureDefinition
https://example.org/fhir/StructureDefinition/PH_Immunization PH_Immunization

Resources that this resource uses

No resources found



Source

{
  "resourceType" : "ValueSet",
  "id" : "ImmunizationStatus",
  "url" : "http://example.org/fhir/ValueSet/ImmunizationStatus",
  "version" : "1.0.0",
  "name" : "ImmunizationStatus",
  "title" : "Immunization Status Value Set",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-11-28",
  "publisher" : "Your Organization Name",
  "description" : "A value set representing the status of immunization.",
  "compose" : {
    "include" : [
      {
        "system" : "http://example.org/fhir/CodeSystem/ImmunizationStatusCodeSystem",
        "concept" : [
          {
            "code" : "Vaccinated",
            "display" : "Vaccinated"
          },
          {
            "code" : "Unvaccinated",
            "display" : "Unvaccinated"
          },
          {
            "code" : "Unknown",
            "display" : "Unknown"
          },
          {
            "code" : "Yes",
            "display" : "Yes"
          },
          {
            "code" : "No",
            "display" : "No"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.